







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Creates a new Set. The Equals method and GetHashCode method on T
will be used to compare items for equality.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public Set( IEnumerable<T> collection ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ collection As IEnumerable(Of T) _ ) |
Visual C++ |
---|
public: Set ( IEnumerable<T>^ collection ) |
Parameters
- collection
- IEnumerable<(Of <T>)>
A collection with items to be placed into the Set.
Remarks
Items that are null are permitted.
See Also
Set<(Of <T>)> Class
Wintellect.PowerCollections Namespace